bindings: Remove GTK_TYPE_IDENTIFIER
authorBenjamin Otte <otte@redhat.com>
Tue, 31 Jul 2018 04:44:23 +0000 (06:44 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 31 Jul 2018 04:46:36 +0000 (06:46 +0200)
commit1129febd7d8e251554be02814793ab7b3aafe2e6
treeb61ea0d760829fd22936cb702c881316c42c24b9
parent47928b9e14e070e2a344ebe3892b2538d3caf98b
bindings: Remove GTK_TYPE_IDENTIFIER

bindings now treat identifiers and strings the same way.

The only difference was that one allowed lookup of enum/flags by name
while the other didn't and g_warning()ed. Now both work.
gtk/gtkbindings.c